execute time meaning in English
执行时间
Examples
- The setting of set offsets is set at parse time and not at execute time or run time
Set offsets的设置是在分析时设置,而不是在执行或运行时设置。 - In order to improve the code ' s efficiency both in executing time and storing space , downstage and backstage programming were widely used on multi - task windows programs
在多任务windows编程中,为了提高代码的时、空效率,广泛采取后台程序和前台程序。 - Component , which gives you the ability to execute time - consuming operations asynchronously " in the background " , on a thread different from your application s main ui thread
组件,该组件让您能够在应用程序的主要ui线程以外的其他线程上异步( “在后台” )执行耗时的操作。 - Compared with the traditional algorithm of watershed segmentation , the algorithm of label watershed segmentation was improved in the segmentation effect and executed time
标记分水岭分割算法有效的解决了传统分水岭分割算法的过分割现象,在分割效果和处理时间两方面都得到了改善,为算法的硬件实现打下了基础。 - For each register we create a queue and the index of queue item means a function of executing time . the item in the queue is either null or an instruction whose operand is kept in this register
该算法利用寄存器队列分析指令间的数据相关,能够分析出指令间的所有寄存器相关,其特点是:数据流驱动;算法简单、实现效率高;并行成分的表示直观。